[INFO] cloning repository https://github.com/NicolasSchuler/hpc-compose
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NicolasSchuler/hpc-compose" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicolasSchuler%2Fhpc-compose", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicolasSchuler%2Fhpc-compose'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c6920bf9960fed044a83272c60b4a2b21e2c81ad
[INFO] checking NicolasSchuler/hpc-compose against master#40557f6225e337d68c8d4f086557ce54135f5dd9 for pr-158447
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicolasSchuler%2Fhpc-compose" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/NicolasSchuler/hpc-compose
[INFO] finished tweaking git repo https://github.com/NicolasSchuler/hpc-compose
[INFO] tweaked toml for git repo https://github.com/NicolasSchuler/hpc-compose written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NicolasSchuler/hpc-compose on toolchain 40557f6225e337d68c8d4f086557ce54135f5dd9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NicolasSchuler/hpc-compose already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded supports-color v3.0.2
[INFO] [stderr]   Downloaded miette v7.6.0
[INFO] [stderr]   Downloaded miette-derive v7.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8cddba3d1ce9dfba3975683f200f49e3a87f719d2c461eb2ff0e7e4537481e9b
[INFO] running `Command { std: "docker" "start" "8cddba3d1ce9dfba3975683f200f49e3a87f719d2c461eb2ff0e7e4537481e9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8cddba3d1ce9dfba3975683f200f49e3a87f719d2c461eb2ff0e7e4537481e9b" "/opt/rustwide/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8cddba3d1ce9dfba3975683f200f49e3a87f719d2c461eb2ff0e7e4537481e9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8cddba3d1ce9dfba3975683f200f49e3a87f719d2c461eb2ff0e7e4537481e9b" "/opt/rustwide/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]     Checking unsafe-libyaml-norway v0.2.15
[INFO] [stderr]     Checking supports-unicode v3.0.0
[INFO] [stderr]     Checking supports-hyperlinks v3.2.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking indicatif v0.18.4
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking shellexpand v3.1.2
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking terminal_size v0.4.4
[INFO] [stderr]     Checking tar v0.4.46
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking backtrace-ext v0.2.1
[INFO] [stderr]     Checking miette v7.6.0
[INFO] [stderr]     Checking comfy-table v7.2.2
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking clap_complete v4.6.5
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_norway v0.9.42
[INFO] [stderr]     Checking hpc-compose v0.1.49 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `hpc-compose` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/40557f6225e337d68c8d4f086557ce54135f5dd9/bin/rustc --crate-name hpc_compose --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("manpage-bin"))' -C metadata=0785527fa7c0c7ed -C extra-filename=-e74efb0541f2089a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-88b36daaacafc31f.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-f3c628566dd3c183.rmeta --extern clap_complete=/opt/rustwide/target/debug/deps/libclap_complete-452947f094a06410.rmeta --extern comfy_table=/opt/rustwide/target/debug/deps/libcomfy_table-d04f04725f81e88a.rmeta --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-049a54a6239fdecf.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-8f7dd38580e70830.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-4852862d92867e36.rmeta --extern indicatif=/opt/rustwide/target/debug/deps/libindicatif-cf6bec1ec3b1b7bf.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-7d2af120e89c619c.rmeta --extern miette=/opt/rustwide/target/debug/deps/libmiette-af98177f60688710.rmeta --extern owo_colors=/opt/rustwide/target/debug/deps/libowo_colors-ba7853ce18212443.rmeta --extern proptest=/opt/rustwide/target/debug/deps/libproptest-3b0d2751ac1e9427.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-9c77dd684f344b27.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-9874942c1d24e259.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-31187c2f05a5f6d8.rmeta --extern serde_norway=/opt/rustwide/target/debug/deps/libserde_norway-2d6f1d5d094563ce.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-307baf13758ccd1e.rmeta --extern shellexpand=/opt/rustwide/target/debug/deps/libshellexpand-38d0418a2336b808.rmeta --extern tar=/opt/rustwide/target/debug/deps/libtar-b736c38fbb228bdc.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-7c07ed4ad57229f5.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-8d37c33cb62262c2.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-c594cd505f8d7f12.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "8cddba3d1ce9dfba3975683f200f49e3a87f719d2c461eb2ff0e7e4537481e9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8cddba3d1ce9dfba3975683f200f49e3a87f719d2c461eb2ff0e7e4537481e9b", kill_on_drop: false }`
[INFO] [stdout] 8cddba3d1ce9dfba3975683f200f49e3a87f719d2c461eb2ff0e7e4537481e9b
